home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000628 < prev    next >
Text File  |  1998-04-20  |  808b  |  27 lines

  1. FITini
  2.  
  3. // This is the Dock Facility Object
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 18                //Misc Terrain Object
  7.  
  8. [ObjectType]
  9. st Name         = "dockfac"        // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type        = 0x7
  11. l Appearance    = 0x02000247
  12. l Duration        = -1            // Lasts forever = -1
  13. l MaxDamage        = 0                // Number of damage points before BOOM!
  14. l ExplosionObject    = 42            // Object Class Number of explosion for this building
  15. l DestroyedObject    = 0                // Object Class Number of Destroyed shape for building
  16. f ExtentRadius    = 10            // Extent Radius in Meters
  17.  
  18. [TreeData]
  19. l BuildingName = 579
  20. ul DmgLevel        = 22            // How much damage before changing to destroyed shape
  21. l SetImpassable    = 1
  22. // l XImpasse        = 3
  23. // l YImpasse        = 3
  24. l LowTemplate    = 0x38380000
  25. l HighTemplate    = 0x00003838
  26.  
  27. FITend